runtime/pprof.keysByCount.keys (field)
8 uses
runtime/pprof (current package)
pprof.go#L532: keys []string
pprof.go#L536: func (x *keysByCount) Len() int { return len(x.keys) }
pprof.go#L537: func (x *keysByCount) Swap(i, j int) { x.keys[i], x.keys[j] = x.keys[j], x.keys[i] }
pprof.go#L539: ki, kj := x.keys[i], x.keys[j]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)